home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / ovl_mpmt.zip / 498.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-02-12  |  1KB  |  98 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.     String   STRING004
  23.  
  24. ;------------------------------------------------------------------------------
  25.  
  26.     STRING001 = "STOP TRYING TO RIP MY PPE'S ASSHOLE!!!"
  27.     If (!Exist("12345678")) Print ""
  28.     FOpen 1, PPEPath() + "colors.cfg", 0, 2
  29.     FGet 1, STRING002
  30.     FGet 1, STRING003
  31.     InputStr "" + STRING002 + "(" + STRING003 + "  Full" + STRING002 + "-" + STRING003 + "Screen Editor " + STRING002 + "):@X07 _", STRING004, 7, 1, "YNyn", 0
  32.     STRING004 = Upper(STRING004)
  33.     If (STRING004 == "Y") Then
  34.         PrintLn "es"
  35.         KbdStuff "y"
  36.         End
  37.     Endif
  38.     If (STRING004 == "N") Then
  39.         PrintLn "o"
  40.         KbdStuff "N"
  41.         End
  42.     Endif
  43.     If (STRING004 == "") Then
  44.         PrintLn "Yes"
  45.         KbdStuff "y"
  46.         End
  47.     Endif
  48.     If (STRING004 == Chr(13)) Then
  49.         PrintLn "Yes"
  50.         KbdStuff "y"
  51.         End
  52.     Endif
  53.  
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ; Usage report (before postprocessing)
  57. ;
  58. ; ■ Statements used :
  59. ;
  60. ;    4       End
  61. ;    4       Goto 
  62. ;    2       Let 
  63. ;    1       Print 
  64. ;    4       PrintLn 
  65. ;    5       If 
  66. ;    1       FOpen 
  67. ;    2       FGet 
  68. ;    1       InputStr 
  69. ;    4       KbdStuff 
  70. ;
  71. ;
  72. ; ■ Functions used :
  73. ;
  74. ;    11      +
  75. ;    4       ==
  76. ;    17      !
  77. ;    1       Upper()
  78. ;    1       Chr()
  79. ;    1       PPEPath()
  80. ;    1       Exist()
  81. ;
  82. ;------------------------------------------------------------------------------
  83. ;
  84. ; Analysis flags : No flag
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;
  88. ; Postprocessing report
  89. ;
  90. ;    0       For/Next
  91. ;    0       While/EndWhile
  92. ;    4       If/Then or If/Then/Else
  93. ;    0       Select Case
  94. ;
  95. ;------------------------------------------------------------------------------
  96. ;                 AEGiS Corp - Break the routines, code against the machines!
  97. ;------------------------------------------------------------------------------
  98.